summaryrefslogtreecommitdiffstats
path: root/COMPILING.md
diff options
context:
space:
mode:
Diffstat (limited to 'COMPILING.md')
-rw-r--r--COMPILING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/COMPILING.md b/COMPILING.md
index bbe1586f1..89f88bbb5 100644
--- a/COMPILING.md
+++ b/COMPILING.md
@@ -73,7 +73,7 @@ Install git, make, cmake and gcc or clang, using your platform's package manager
```
sudo apt-get install git make cmake gcc g++
```
-(Ensure you have the latest versions installed to avoid errors during compilation)
+(Ensure you have gcc/g++ 4.8 or higher installed to avoid errors during compilation)
### Getting the sources ###
```